home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global jagcount
- set the soundEnabled to 1
- set the timeoutScript to EMPTY
- set jagcount to jagcount + 1
- if jagcount > 2 then
- movieStart("JGBYE.MOV")
- else
- giveDisc("mayan")
- movieStart("JGBYE.MOV")
- end if
- end
-